From c4584879599aa8ff0f2e23441f47a02a878d5288 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 3 Mar 2011 21:00:40 -0800 Subject: [PATCH] * lisp/time.el (display-time-world-list): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/time.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e796a3d99c0..ec7d3ef220c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-03-04 Leo + + * time.el (display-time-world-list): Fix typo. (Bug#7571) + 2011-03-04 Zachary Kanfer (tiny change) * cus-edit.el (custom-buffer-create-internal): diff --git a/lisp/time.el b/lisp/time.el index 1bc1cca1112..2e9dd252bd6 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -157,7 +157,7 @@ LABEL is a string to display as the label of that TIMEZONE's time." ;; Determine if zoneinfo style timezones are supported by testing that ;; America/New York and Europe/London return different timezones. (let (gmt nyt) - (set-time-zone-rule "America/New York") + (set-time-zone-rule "America/New_York") (setq nyt (format-time-string "%z")) (set-time-zone-rule "Europe/London") (setq gmt (format-time-string "%z")) -- 2.30.2